Mercurial > touhou
comparison examples/common.rs @ 707:987409d48991
Switch to versioned luminance now that it got released, not hardcoded paths.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 24 Aug 2019 19:30:59 +0200 |
parents | bca515da9047 |
children | 3954801b6299 |
comparison
equal
deleted
inserted
replaced
706:bca515da9047 | 707:987409d48991 |
---|---|
1 use image::{GenericImageView, DynamicImage}; | 1 use image::{GenericImageView, DynamicImage}; |
2 use luminance::pixel::{NormRGB8UI, NormRGBA8UI}; | 2 use luminance::pixel::{NormRGB8UI, NormRGBA8UI}; |
3 use luminance::texture::{Dim2, Flat, Sampler, Texture, GenMipmaps}; | 3 use luminance::texture::{Dim2, Flat, Sampler, Texture, GenMipmaps}; |
4 use luminance_glfw::surface::GlfwSurface; | 4 use luminance_glfw::GlfwSurface; |
5 use touhou::th06::anm0::Anm0; | 5 use touhou::th06::anm0::Anm0; |
6 use std::fs::File; | 6 use std::fs::File; |
7 use std::io::{BufReader, Read}; | 7 use std::io::{BufReader, Read}; |
8 use std::path::Path; | 8 use std::path::Path; |
9 | 9 |