dac59b49f9
* Add files via upload * Add initial version of the 'lace' crate. * Add initial version of the 'lace_math' crate. * Add initial version of the 'lace_swig' crate. * Add initial version of the 'lace_xml' crate. * Add initial version of the 'lace_collada' crate. * Add initial version of the 'lace_opengl' crate. * Add initial version of the 'lace_c_math' crate. * Add initial version of the 'lace_box2d_contrib' crate. * Add initial version of the 'lace_box2d' crate. * Add initial version of the 'lace_bullet' crate. * Add initial version of the 'lace_physics' crate. * Add initial version of the 'lace_gel' crate. * crates: Update 'lace_gel'. * Add initial version of the 'lace_gel_full_demo' crate. * Add initial version of the 'lace_gel_animation_demo' crate. * Update the 'lace_gel_full_demo' crate. * Update the 'lace_gel_animation_demo' crate. * Add files via upload * Add an external system crate for the bullet physics C++ library. * Add initial version of the 'lace_shared' crate. * Add initial version of the 'lace' crate. * Add initial version of the 'lace_math' crate. * Add initial version of the 'lace_swig' crate. * Add initial version of the 'lace_xml' crate. * Add initial version of the 'lace_collada' crate. * Add initial version of the 'lace_opengl' crate. * Add initial version of the 'lace_c_math' crate. * Add initial version of the 'lace_box2d_contrib' crate. * Add initial version of the 'lace_box2d' crate. * Add initial version of the 'lace_bullet' crate. * Add initial version of the 'lace_physics' crate. * Add initial version of the 'lace_gel' crate. * crates: Update 'lace_gel'. * Add initial version of the 'lace_gel_full_demo' crate. * Add initial version of the 'lace_gel_animation_demo' crate. * Update the 'lace_gel_full_demo' crate. * Update the 'lace_gel_animation_demo' crate. * septum 0.0.4, trendy_terminal 0.0.4, trendy_test 0.0.3 (#420) * Add files via upload * Add trendy terminal 0.0.4 * Add septum 0.0.4 * Make the lace_bullet crate depend on the libbullet external system crate. * Add an external system crate for the bullet physics C++ library. * Add 'mysys2' as a distribution case in the 'libbullet' external system crate. * Update 'lace_shared' to version '0.1.0'. * Update 'lace' to version '0.1.0'. * Update 'lace_math' to version '0.1.0'. * Update 'lace_swig' to version '0.1.0'. * Update 'lace_xml' to version '0.1.0'. * Update 'lace_collada' to version '0.1.0'. * Update 'lace_opengl' to version '0.1.0'. * Update 'lace_c_math' to version '0.1.0'. * Update 'lace_box2d_contrib' to version '0.1.0'. * Update 'lace_box2d' to version '0.1.0'. * Update 'lace_bullet' to version '0.1.0'. * Update 'lace_physics' to version '0.1.0'. * Update 'lace_gel' to version '0.1.0'. * Update 'lace_gel_full_demo' to version '0.1.0'. * Update 'lace_gel_animation_demo' to version '0.1.0'. * lace: Set dependency versions to "~0.1". * lace_math: Set dependency versions to "~0.1". * lace_xml: Set dependency versions to "~0.1". * lace_collada: Set dependency versions to "~0.1". * lace_opengl: Set dependency versions to "~0.1". * lace_c_math: Set dependency versions to "~0.1". * lace_box2d_contrib: Set dependency versions to "~0.1". * lace_box2d: Set dependency versions to "~0.1". * lace_bullet: Set dependency versions to "~0.1". * lace_physics: Set dependency versions to "~0.1". * lace_gel: Set dependency versions to "~0.1". * lace_gel_full_demo: Set dependency versions to "~0.1". * lace_gel_animation_demo: Set dependency versions to "~0.1". * all lace: Rid all version '0.0.0' toml files. * lace_box2d: Merge in 'lace_box2d_contrib'. * lace_box2d_contrib: Removing this obsolete crate since it has been merged into 'lace_box2d'. * lace_opengl: Add a dependency on the OS 'freetype2' development package. * lace_opengl: Add "-lEGL" to linker flags. * lace_opengl: Rid obsolete "-lGLU" and "-lglut" linker flags. * lace_bullet: Add include path for msys2 in GPR. * Update 'lace_shared' toml file. * Update 'lace' toml file. * Update 'lace_shared' toml file. * Update 'lace' toml file. * Update 'lace_math' toml file. * Update 'lace_swig' toml file. * Update 'lace_xml' toml file. * Update 'lace_collada' toml file. * Update 'lace_opengl' toml file. * Update 'lace_c_math' toml file. * Update 'lace_box2d' toml file. * Update 'lace_bullet' toml file. * Update 'lace_physics' toml file. * Update 'lace_gel' toml file. * Update 'lace_gel_full_demo' toml file. * Update 'lace_gel_animation_demo' toml file. * lace_opengl: Add C include path for freetype headers on windows. * Add an external system crate for the expat C library. * Update 'lace_xml' toml file to depend on the 'libexpat' external system crate. * lace_opengl: Set all shaders to version 140. * Update the GEL full demo to use shaders version 140. * lace_gel_animation_demo: Update to use openGL shaders version 140. * lace_opengl: Rid 'struct' qualifier from light uniform declarations in shaders. * lace_gel_full_demo: Update opengl shaders. * lace_gel_animation_demo: Update opengl shaders. * lace_bullet: Append the bullet C include folder to C_INCLUDE_PATH for windows. * lace_bullet: Add workaround for C_INCLUDE_PATH not finding the bullet headers. * lace_shared: Rid obsolete '0.0.0' version. * lace_opengl: Rid unneeded 'FreeType_Linker_Param'. * lace_opengl: Link to libGLESv2 instead of libGL. * Add an external system crate for the mesa C library. * lace_opengl: Make Windows builds depend on the 'libmesa' external system crate. * lace_opengl: Rid obsolete link to libEGL. * lace_opengl: Add non-obsolete link to libEGL. * libmesa: Add support for debian, ubuntu and arch OS's. * libegl: Add new external system crate. * libegl: Replace ':' with '-' in licenses field. * libegl: Use correct 'maintainers' Ids. * libegl: Change license to 'custom-MIT-like'. Co-authored-by: Paul Jarrett <jarrett.paul.young@gmail.com> Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>