summaryrefslogtreecommitdiffstats
path: root/examples/ggez/widget.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-21 12:35:25 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-21 12:35:25 +0200
commit0eaffff422767b42b94acb58912e84e68a07c282 (patch)
tree3c195a29f94edb3cd62f8ed395a7f4a4688d8f40 /examples/ggez/widget.rs
parent2b7ad3d50eae48b1963aa8e866e184c41133ca3d (diff)
downloadiced-0eaffff422767b42b94acb58912e84e68a07c282.tar.gz
iced-0eaffff422767b42b94acb58912e84e68a07c282.tar.bz2
iced-0eaffff422767b42b94acb58912e84e68a07c282.zip
Start implementing `ggez` example
Diffstat (limited to '')
-rw-r--r--examples/ggez/widget.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/ggez/widget.rs b/examples/ggez/widget.rs
new file mode 100644
index 00000000..a9e0a7ba
--- /dev/null
+++ b/examples/ggez/widget.rs
@@ -0,0 +1,3 @@
+use ggez::graphics::Color;
+
+pub type Text = iced::Text<Color>;