remove old comment
This commit is contained in:
parent
252312b1f7
commit
dd1c476f78
2
build.rs
2
build.rs
@ -105,8 +105,6 @@ fn main() {
|
|||||||
let mut file = BufWriter::new(File::create(&path).expect("Could not save compressed_data"));
|
let mut file = BufWriter::new(File::create(&path).expect("Could not save compressed_data"));
|
||||||
|
|
||||||
write!(&mut file, "{}", chars_array).expect("unable to write chars_array");
|
write!(&mut file, "{}", chars_array).expect("unable to write chars_array");
|
||||||
// file.write_all(data_compressed.as_slice())
|
|
||||||
// .expect("Failed to save compressed data");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let fonts = FontDefinitions {
|
let fonts = FontDefinitions {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user