Invalidate text uploads after atlas trimming
This commit is contained in:
parent
cfe4ddb866
commit
c51b85e7ab
4 changed files with 30 additions and 13 deletions
|
|
@ -10,3 +10,4 @@ iced.workspace = true
|
|||
iced.features = ["canvas", "tokio", "debug"]
|
||||
|
||||
rand = "0.8"
|
||||
tracing-subscriber = "0.3"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ use iced::{
|
|||
use std::cell::RefCell;
|
||||
|
||||
pub fn main() -> iced::Result {
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
iced::program("The Matrix - Iced", TheMatrix::update, TheMatrix::view)
|
||||
.subscription(TheMatrix::subscription)
|
||||
.antialiasing(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue