mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-26 15:31:15 +02:00
17 lines
348 B
TOML
17 lines
348 B
TOML
[package]
|
|
name = "spike"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "librashader_bridge"
|
|
crate-type = ["cdylib", "staticlib", "rlib"]
|
|
|
|
[dependencies]
|
|
librashader-preprocess = "0.12.0"
|
|
librashader-presets = "0.12.0"
|
|
librashader-reflect = "0.12.0"
|
|
librashader-common = "0.12.0"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|