mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Rename more of the project structure. Fixes #39.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "graphite-cli"
|
||||
version = "0.1.0"
|
||||
authors = ["Graphite Authors <graphite@keavon.com>"]
|
||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/keavon/graphite.git"
|
||||
"url": "git+https://github.com/graphiteeditor/graphite.git"
|
||||
},
|
||||
"author": "Keavon Chambers <graphite@keavon.com>",
|
||||
"author": "Graphite Authors <contact@graphite.design>",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://www.graphite.design",
|
||||
"devDependencies": {
|
||||
@@ -54,4 +54,4 @@
|
||||
"vue": "^3.0.7",
|
||||
"vue-class-component": "^8.0.0-0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "wasm-wrapper"
|
||||
publish = false
|
||||
version = "0.1.0"
|
||||
authors = ["Keavon Chambers <graphite@keavon.com>"]
|
||||
authors = ["Graphite Authors <contact@graphite.design>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user