diff options
author | 2023-09-18 20:14:38 +0200 | |
---|---|---|
committer | 2023-09-18 20:14:38 +0200 | |
commit | d1d0b3aaee84003278b9db3e86687e776f20b346 (patch) | |
tree | 35329dea57b2a781d40860a1dbc0c9f464f4609e /Cargo.toml | |
parent | 8eec0033dee816bfcc102fc4f511c8bfe08c14ee (diff) | |
download | iced-d1d0b3aaee84003278b9db3e86687e776f20b346.tar.gz iced-d1d0b3aaee84003278b9db3e86687e776f20b346.tar.bz2 iced-d1d0b3aaee84003278b9db3e86687e776f20b346.zip |
Use `Font::MONOSPACE` in `editor` example
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ winit = { git = "https://github.com/iced-rs/winit.git", rev = "c52db2045d0a2f1b8 [patch.crates-io.cosmic-text] git = "https://github.com/hecrj/cosmic-text.git" -branch = "editor-fixes" +branch = "respect-fontconfig-aliases" [patch.crates-io.rangemap] git = "https://github.com/hecrj/rangemap.git" |