diff options
author | Joe Wilm <joe@jwilm.com> | 2017-12-22 14:24:54 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-12-22 14:25:14 -0800 |
commit | 672ea9b05037c8efc5984835990c74ac1c46c298 (patch) | |
tree | b417acf90e8a0576f4ff81fbbf782a0f26b31c3b /src/lib.rs | |
parent | 1b1d1d6c1f1ac11efc02431281145d714d9b0adc (diff) | |
download | alacritty-672ea9b05037c8efc5984835990c74ac1c46c298.tar.gz alacritty-672ea9b05037c8efc5984835990c74ac1c46c298.zip |
Remove built crate
This became a support burden for me due to various compile and run time
issues.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -113,8 +113,3 @@ pub mod gl { #![allow(non_upper_case_globals)] include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs")); } - -#[allow(dead_code)] -mod built_info { - include!(concat!(env!("OUT_DIR"), "/built.rs")); -} |