From a6a1949914fb2074fb5fec9c75b075eac369541f Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 6 Feb 2021 22:54:28 +0100 Subject: rstnode: create small graphics example --- games/rstnode/rst-client/src/constants.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 games/rstnode/rst-client/src/constants.rs (limited to 'games/rstnode/rst-client/src/constants.rs') diff --git a/games/rstnode/rst-client/src/constants.rs b/games/rstnode/rst-client/src/constants.rs new file mode 100644 index 000000000000..e40a5c35c5db --- /dev/null +++ b/games/rstnode/rst-client/src/constants.rs @@ -0,0 +1,5 @@ + + +pub const NAME: &'static str = "RST Node"; +pub const VERSION: &'static str = env!("CARGO_PKG_VERSION"); +pub const AUTHORS: &'static str = env!("CARGO_PKG_AUTHORS"); -- cgit v1.2.3