mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 23:38:06 +08:00
* Upgrade Graphite to Rust 2021 edition; upgrade dependencies * Fix CI * Move changes to the project Cargo.tomls * Remove unnecessary 2021 edition upgrade tweak * Show version number before and after updating rustc Co-authored-by: Dennis Kobert <dennis@kobert.dev> # Conflicts: # Cargo.lock
13 lines
315 B
TOML
13 lines
315 B
TOML
[package]
|
|
name = "graphite-charcoal"
|
|
version = "0.1.0"
|
|
rust-version = "1.56.0"
|
|
authors = ["Graphite Authors <contact@graphite.design>"]
|
|
edition = "2021"
|
|
readme = "../README.md"
|
|
homepage = "https://www.graphite.design"
|
|
repository = "https://github.com/GraphiteEditor/Graphite"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|