fix: update simon-egui to include canvas size clamping fix
This commit is contained in:
parent
adefc5f900
commit
37d14fb93e
8
flake.lock
generated
8
flake.lock
generated
@ -65,17 +65,17 @@
|
|||||||
"simon-egui": {
|
"simon-egui": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1764730109,
|
"lastModified": 1764740756,
|
||||||
"narHash": "sha256-vNETC0oq6tKJKF8KOGQKKIWRom38m0RwGgi3MPBrRx8=",
|
"narHash": "sha256-CX0v82hDmLSEx5uFViWvfJaeADFJKR0G+MJYFFQcxng=",
|
||||||
"owner": "Titaniumtown",
|
"owner": "Titaniumtown",
|
||||||
"repo": "egui",
|
"repo": "egui",
|
||||||
"rev": "b63c21d70150f1b414370f0f9a8af56e886662f4",
|
"rev": "217d3f250c499ae88c02930b26cacb945c4a2369",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Titaniumtown",
|
"owner": "Titaniumtown",
|
||||||
"repo": "egui",
|
"repo": "egui",
|
||||||
"rev": "b63c21d70150f1b414370f0f9a8af56e886662f4",
|
"rev": "217d3f250c499ae88c02930b26cacb945c4a2369",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
simon-egui = {
|
simon-egui = {
|
||||||
url = "github:Titaniumtown/egui/b63c21d70150f1b414370f0f9a8af56e886662f4";
|
url = "github:Titaniumtown/egui/217d3f250c499ae88c02930b26cacb945c4a2369";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user