mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 10:28:11 +08:00
* Move consts to extra module * Add desktop icons * Add xdg desktop file * Improve window attributes * Make icon background white
4 lines
174 B
Rust
4 lines
174 B
Rust
pub(crate) static APP_NAME: &str = "Graphite";
|
|
pub(crate) static APP_ID: &str = "rs.graphite.GraphiteEditor";
|
|
pub(crate) static APP_DIRECTORY_NAME: &str = "graphite-editor";
|