mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
* Remove raw-rs from workspace * Add feature blocking to reqwest * Use release build to run the tests * Split Raw-rs CI into a seperate workflow * Fix cargo-deny check for Raw-rs * Only run the CI if Raw-rs changes * Enable clippy check for Raw-rs * Add newline in clippy check * Fixups * Use ubuntu-latest * Remove mold * Install sccache * Attempt 2 * Attempt 3 * Add emoji for consistency --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
22 lines
535 B
TOML
22 lines
535 B
TOML
[package]
|
|
name = "build-camera-data"
|
|
version = "0.0.1"
|
|
publish = false
|
|
edition = "2021"
|
|
authors = ["Graphite Authors <contact@graphite.rs>"]
|
|
description = "Procedural macro to build the camera data into rust code"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/GraphiteEditor/Graphite/tree/master/libraries/raw-rs/build-camera-data"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
# Workspace dependencies
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|
|
|
|
# Required dependencies
|
|
toml = "0.8.15"
|
|
proc-macro2 = "1.0.88"
|