{"id":20248245,"url":"https://github.com/glium/glium_derive","last_synced_at":"2025-04-10T22:23:09.535Z","repository":{"id":38004208,"uuid":"137525391","full_name":"glium/glium_derive","owner":"glium","description":"Custom derive for glium Vertex","archived":false,"fork":false,"pushed_at":"2023-08-12T07:31:52.000Z","size":13,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T17:02:07.476Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-15T19:38:32.000Z","updated_at":"2023-05-19T21:42:03.000Z","dependencies_parsed_at":"2022-09-08T09:31:41.445Z","dependency_job_id":null,"html_url":"https://github.com/glium/glium_derive","commit_stats":null,"previous_names":["voidxnull/glium_derive"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glium%2Fglium_derive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glium%2Fglium_derive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glium%2Fglium_derive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glium%2Fglium_derive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glium","download_url":"https://codeload.github.com/glium/glium_derive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248306971,"owners_count":21081762,"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-14T09:47:19.670Z","updated_at":"2025-04-10T22:23:09.514Z","avatar_url":"https://github.com/glium.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glium_derive\nCustom derive for glium Vertex\n\n## Example\n```rust\nextern crate glium;\n#[macro_use]\nextern crate glium_derive;\n\n#[derive(Clone, Copy, Vertex)]\nstruct MyVertex {\n    #[glium(attr = \"a_pos\")\n    pos: [f32; 3],\n    #[glium(attr = \"a_uv\")\n    uv: [f32; 2],\n    #[glium(attr = \"a_color\", normalize)\n    color: u32,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglium%2Fglium_derive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglium%2Fglium_derive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglium%2Fglium_derive/lists"}