10 lines
256 B
TOML
10 lines
256 B
TOML
[package]
|
|
authors = ["Michael Sippel <micha@fragmental.art>"]
|
|
name = "lib-nested-softbuffer"
|
|
|
|
[dependencies]
|
|
r3vi = { path = "../../lib-r3vi" }
|
|
laddertypes = { path = "../../lib-laddertypes" }
|
|
nested = { path = "../lib-nested-core" }
|
|
softbuffer = "0.4.2"
|
|
|