diff options
author | 2019-08-27 03:21:24 +0200 | |
---|---|---|
committer | 2019-08-27 03:21:24 +0200 | |
commit | 55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190 (patch) | |
tree | 3cec1aa1391e0ee72184399fb09f469641f13dc0 /examples/ggez/tour.rs | |
parent | d59d3f033de9bd1bd81d730486d75a1dbb589eb3 (diff) | |
download | iced-55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190.tar.gz iced-55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190.tar.bz2 iced-55a74a09ce3302a2a2ac8d4a3ff21f1de37f2190.zip |
Mount `examples/resources` in `ggez::filesystem`
Diffstat (limited to '')
-rw-r--r-- | examples/ggez/tour.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/ggez/tour.rs b/examples/ggez/tour.rs index 3808fdda..19982aa4 100644 --- a/examples/ggez/tour.rs +++ b/examples/ggez/tour.rs @@ -20,10 +20,6 @@ impl Tour { } } - pub fn draw(&mut self, context: &mut ggez::Context) -> ggez::GameResult { - Ok(()) - } - pub fn react(&mut self, event: Message) { match event { Message::BackPressed => { |