summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2017-02-17Bump glutinJoe Wilm
2017-02-17Updates Glutin to proper handle dead keysMichel Boaventura
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-02-02Implement save/restore cursor positionJoe Wilm
2017-01-29Update to serde 0.9 and serde-yaml 0.6.Joe Wilm
2017-01-26Optimize glyph cache accessJoe Wilm
2017-01-24Use clap as cli parser.Kurnevsky Evgeny
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-23Capture test output by defaultJoe Wilm
2017-01-23Dynamically generate test harnessSteven Fackler
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-07Enabled Rustc' Link Time Optimizationcody
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Replace need for drop_types_in_const with lazy_staticManish Goregaokar
2017-01-02Real support for placing config in XDG_CONFIG_HOMEJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-11-19Fix glutin waylandJoe Wilm
2016-11-19Add a number of simple ref-testsJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Fallback to received chars when no bindingsJoe Wilm
2016-10-27Live shader reloading is now a featureJoe Wilm
2016-10-14Rustup and update dependenciesJoe Wilm
2016-10-14Fix X11 WaitEventsIterator Busy LoopJoe Wilm
2016-10-08Start implementing copypasta, a clipboard libraryJoe Wilm
2016-09-26wipJoe Wilm
2016-09-24Use evented I/O for the ptyJoe Wilm
2016-09-23Fix some compiler warningsJoe Wilm
2016-09-19Update VTE for OSC string fixJoe Wilm
2016-09-18Rewrite ansi parser using vte crateJoe Wilm
2016-08-31Eliminate extra rendersJoe Wilm
2016-08-30Update serde, glutinJoe Wilm
2016-08-29Separate input handling from renderingJoe Wilm
2016-08-03Update Glutin to get Cocoa modifier keysJoe Wilm
2016-07-30Input expects modifier keys from GlutinJoe Wilm
2016-07-15Update to latest nightlyJoe Wilm
2016-06-30Add config fileJoe Wilm
2016-06-27Enable vsyncJoe Wilm
2016-06-14Add support for macOSJoe Wilm
2016-06-09Fix all trivial compiler warningsJoe Wilm
2016-06-06Add support for drawing background colorsJoe Wilm
2016-06-04Optimize Rendering with batched draw callsJoe Wilm
2016-06-04Optimize renderingJoe Wilm
2016-06-04Add live-reload for shadersJoe Wilm
2016-06-02Update Cargo dependenciesJoe Wilm
2016-05-20Correct sub-pixel font rendering with OpenGLJoe Wilm
2016-02-27Rasterizer uses DPI from GlutinJoe Wilm
2016-02-24build rect describing glyph quadJoe Wilm
2016-02-23Add licenseJoe Wilm
2016-02-23Render the letter JJoe Wilm
2016-02-21Implement very basic glyph rasterizationJoe Wilm