extract types

This commit is contained in:
Tao Tien 2026-02-07 17:46:03 -08:00
parent d7d567b0e6
commit c86f8d93f1
30 changed files with 986 additions and 474 deletions

13
jong-types/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "jong-types"
version = "0.1.0"
edition = "2024"
[lib]
[dependencies]
bevy.version = "0.17.3"
bevy.default-features = false
spacetimedb.workspace = true
strum.workspace = true
strum.features = ["derive"]