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>
30 lines
821 B
TOML
30 lines
821 B
TOML
name = "lace_opengl"
|
|
description = "Provides an openGL engine."
|
|
version = "0.1.0"
|
|
|
|
authors = ["Rod Kay"]
|
|
maintainers = ["Rod Kay <rodakay5@gmail.com>"]
|
|
maintainers-logins = ["charlie5"]
|
|
|
|
licenses = "ISC"
|
|
|
|
project-files = ["library/opengl.gpr"]
|
|
|
|
[[depends-on]]
|
|
lace_collada = "~0.1"
|
|
libfreetype = "^2"
|
|
|
|
[depends-on."case(os)"."windows"]
|
|
libmesa = "*"
|
|
|
|
[environment.'case(distribution)'.msys2.C_INCLUDE_PATH]
|
|
append = "${DISTRIB_ROOT}/mingw64/include/freetype2"
|
|
|
|
[origin]
|
|
hashes = [
|
|
"sha256:672a64157d9d310dad6c7811062f2a2b19d8fcfb28d99c9f1a125a700eba23c2",
|
|
"sha512:57e152f18ba80988d166f61052ada919a2b703bb2c17a10cdf0a7d449fd9083d352c19ce5e2fc60ccd67023425bb5ee2de585da4a3af22ab247cf629b367d260",
|
|
]
|
|
url = "https://github.com/charlie5/lace-alire/releases/download/v0.1.0/lace_opengl-0.1.0.tgz"
|
|
|