cpclib 0.2.10-beta

Set of tools and libraries to ease demomaking on the Amstrad CPC platform. WIP
Documentation
extern crate built;

fn main() {
    built::write_built_file().expect("Failed to acquire build-time information");
}