10 lines
218 B
TOML
10 lines
218 B
TOML
[package]
|
|
name = "cosmic"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
apply = "0.3.0"
|
|
libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu", "winit"] }
|