From fcc643868f8269c7928253cbda30ed3da38fadd9 Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Tue, 6 May 2025 15:29:11 +0800 Subject: [PATCH] Update Cargo.toml --- gl/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gl/Cargo.toml b/gl/Cargo.toml index 3d181d4..8405cc8 100644 --- a/gl/Cargo.toml +++ b/gl/Cargo.toml @@ -8,6 +8,7 @@ authors = [ ] description = "OpenGL bindings" license = "Apache-2.0" +license-file = "../LICENSE" build = "build.rs" documentation = "https://docs.rs/gl" homepage = "https://github.com/brendanzab/gl-rs/"