log examples/common.rs @ 753:a662dddd4a2b

age author description
Tue, 25 Feb 2020 21:03:44 +0100 Emmanuel Gil Peyrot examples: Use array textures for enemy PNGs
Wed, 29 Jan 2020 17:45:25 +0100 Emmanuel Gil Peyrot examples: Return a Result for load_file_into_vec()
Wed, 29 Jan 2020 18:15:50 +0100 Emmanuel Gil Peyrot examples: Add missing reupload_texture_from_rgb_image() to common
Sat, 18 Jan 2020 19:19:51 +0100 Emmanuel Gil Peyrot examples: Add a menu example.
Sat, 18 Jan 2020 16:27:57 +0100 Emmanuel Gil Peyrot examples: Simplify PNG load functions.
Mon, 06 Jan 2020 22:48:09 +0100 Emmanuel Gil Peyrot examples: Make the common functions take AsRef<Path>.
Mon, 23 Sep 2019 14:01:35 +0200 Emmanuel Gil Peyrot examples: Propagate image loading errors.
Mon, 23 Sep 2019 00:22:08 +0200 Emmanuel Gil Peyrot examples: Update luminance.
Sun, 08 Sep 2019 17:47:23 +0200 Emmanuel Gil Peyrot examples: Update to luminance 0.32.
Sat, 24 Aug 2019 19:30:59 +0200 Emmanuel Gil Peyrot Switch to versioned luminance now that it got released, not hardcoded paths.
Fri, 23 Aug 2019 19:46:47 +0200 Emmanuel Gil Peyrot examples: use common module.
Fri, 23 Aug 2019 19:29:00 +0200 Emmanuel Gil Peyrot anmrenderer: split common loading functions in another module.