20 lines
346 B
TOML
20 lines
346 B
TOML
[package]
|
|
name = "instinct"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
# name = "instinct"
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
# [[bin]]
|
|
# name = "cli"
|
|
|
|
|
|
|
|
[dependencies]
|
|
godot = { version = "0.1.3", features = ["experimental-threads"] }
|
|
image = { version = "0.25.5", features = ["jpeg"], default-features = false }
|
|
lazy_static = "1.5.0"
|
|
photon-rs = "0.3.2"
|