18 lines
339 B
TOML
18 lines
339 B
TOML
[package]
|
|
name = "test_image_memory"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
re_format.workspace = true
|
|
re_memory.workspace = true
|
|
rerun = { workspace = true, features = ["sdk", "image"] }
|
|
|
|
mimalloc.workspace = true
|