11 lines
240 B
TOML
11 lines
240 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", "winit_softbuffer"] }
|
|
once_cell = "1.15"
|