extract types
This commit is contained in:
parent
d7d567b0e6
commit
c86f8d93f1
30 changed files with 986 additions and 474 deletions
13
jong-types/Cargo.toml
Normal file
13
jong-types/Cargo.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue