mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
* Make embedding resources optional * Move remaining cef rc to internal module * Move embedded resources to separate crate * Review fixup * Fix * Fix read * Add read error
15 lines
399 B
TOML
15 lines
399 B
TOML
[package]
|
|
name = "graphite-desktop-embedded-resources"
|
|
version = "0.1.0"
|
|
description = "Graphite Desktop Embedded Resources"
|
|
authors = ["Graphite Authors <contact@graphite.rs>"]
|
|
license = "Apache-2.0"
|
|
repository = ""
|
|
edition = "2024"
|
|
rust-version = "1.87"
|
|
|
|
[dependencies]
|
|
include_dir = { workspace = true }
|
|
|
|
[lints.rust]
|
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(embedded_resources)'] }
|