mirror of
https://github.com/enso-org/enso.git
synced 2025-01-07 11:58:37 +03:00
14 lines
285 B
TOML
14 lines
285 B
TOML
[package]
|
|
name = "ensogl-example-sprite-system"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
[dependencies]
|
|
ensogl-core = { path = "../../core" }
|
|
wasm-bindgen = { version = "=0.2.58", features = [ "nightly" ] }
|