{"id":19277833,"url":"https://github.com/seankerr/rust-egl","last_synced_at":"2025-09-09T13:48:43.879Z","repository":{"id":57623539,"uuid":"43027730","full_name":"seankerr/rust-egl","owner":"seankerr","description":"Rust bindings for EGL","archived":false,"fork":false,"pushed_at":"2019-06-15T14:12:31.000Z","size":12,"stargazers_count":7,"open_issues_count":4,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T13:44:50.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seankerr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-23T21:22:33.000Z","updated_at":"2022-02-02T18:38:02.000Z","dependencies_parsed_at":"2022-08-30T12:31:41.760Z","dependency_job_id":null,"html_url":"https://github.com/seankerr/rust-egl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankerr%2Frust-egl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankerr%2Frust-egl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankerr%2Frust-egl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seankerr%2Frust-egl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seankerr","download_url":"https://codeload.github.com/seankerr/rust-egl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223881912,"owners_count":17219269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T21:07:03.375Z","updated_at":"2024-11-09T21:07:04.222Z","avatar_url":"https://github.com/seankerr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust bindings for EGL\n\n[![](http://meritbadge.herokuapp.com/egl)](https://crates.io/crates/egl)\n\n### Linking\n\nWhen using OpenGL ES with rust-egl, it is necessary to place a dummy extern at the top of your\napplication which links libEGL first, then GLESv1/2. This is because libEGL provides symbols\nrequired by GLESv1/2. Here's how to work around this:\n\n```\n#[link(name = \"EGL\")]\n#[link(name = \"GLESv2)]\nextern {}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseankerr%2Frust-egl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseankerr%2Frust-egl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseankerr%2Frust-egl/lists"}