aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* massage cargo dependenciesHEADmasterBryan Newbold2022-02-241-364/+677
| | | | | | | | Set glium to a version (0.14) which is compatible with the patched 0.5.2 version of glutin. Explicitly set rust edition to 2015 (which is "rust 1.0", the era from which this project was originally developed)
* use cargo's newer 'replace' mechanism for patched glutin; update packagesbnewbold2016-10-181-121/+303
|
* rename to 'exuberant_hacks'; bump to 0.2bnewbold2016-06-201-2/+2
| | | | | | | Repo and project is named "exuberant-hacks"; Rust module can't have '-', so it's "exuberant_hacks". Also bumped version to 0.2.
* change API to pass time as arg to draw_framebnewbold2016-06-131-0/+11
|
* refactor into librarybnewbold2016-06-131-1/+1
|
* refactor exuberantbovines into src/binbnewbold2016-06-131-1/+1
|
* basic command line argsbnewbold2016-06-121-0/+6
|
* initial from_existing_window() glutin stuffbnewbold2016-06-121-95/+96
|
* rename cow -> bovinesbnewbold2016-05-061-1/+1
|
* start workbnewbold2016-05-061-0/+646