refactor(vm): freeze concreet ic, add "humans", tsify feature
This commit is contained in:
@@ -6,7 +6,9 @@ edition.workspace = true
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
prefab_database = [] # compile with the prefab database enabled
|
||||
prefab_database = [] # compile with the prefab database enabled
|
||||
tsify = ["dep:tsify", "dep:wasm-bindgen"]
|
||||
wasm-bindgen = ["dep:wasm-bindgen"]
|
||||
|
||||
[dependencies]
|
||||
num-integer = "0.1.46"
|
||||
@@ -14,3 +16,5 @@ phf = "0.11.2"
|
||||
serde = "1.0.202"
|
||||
serde_derive = "1.0.202"
|
||||
strum = { version = "0.26.2", features = ["derive", "phf", "strum_macros"] }
|
||||
tsify = { version = "0.4.5", optional = true, features = ["js"] }
|
||||
wasm-bindgen = { version = "0.2.92", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user