mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Improve history states (#932)
* 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>
This commit is contained in:
committed by
Keavon Chambers
parent
6e142627a3
commit
2bcc3d3baf
@@ -17,9 +17,10 @@ ignore-dev-dependencies = true
|
||||
|
||||
workarounds = ["ring"]
|
||||
|
||||
# https://raw.githubusercontent.com/briansmith/webpki/main/LICENSE looks like MIT to me
|
||||
# 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 = "MIT"
|
||||
license = "ISC"
|
||||
|
||||
[[webpki.clarify.files]]
|
||||
path = 'LICENSE'
|
||||
|
||||
Reference in New Issue
Block a user