cpclib 0.2.14-beta

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

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