mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* Add some more history states
* Fix undo whilst drawing
* Paste image history
* Toggle output and preview history
* Code review nits
* Remove extra '{'
* Fix typo
* Fix about.toml
Co-authored-by: Keavon Chambers <keavon@keavon.com>
28 lines
601 B
TOML
28 lines
601 B
TOML
accepted = [
|
|
"Apache-2.0",
|
|
"MIT",
|
|
"MIT-0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"BSD-2-Clause",
|
|
"Zlib",
|
|
"Unicode-DFS-2016",
|
|
"ISC",
|
|
"MPL-2.0",
|
|
"CC0-1.0",
|
|
"OpenSSL",
|
|
]
|
|
ignore-build-dependencies = true
|
|
ignore-dev-dependencies = true
|
|
|
|
workarounds = ["ring"]
|
|
|
|
# https://raw.githubusercontent.com/briansmith/webpki/main/LICENSE
|
|
# is the ISC license but test code within the repo is BSD-3-Clause, but is not compiled into the crate when we use it
|
|
[webpki.clarify]
|
|
license = "ISC"
|
|
|
|
[[webpki.clarify.files]]
|
|
path = 'LICENSE'
|
|
checksum = "5b698ca13897be3afdb7174256fa1574f8c6892b8bea1a66dd6469d3fe27885a"
|