Add vendor:zlib to examples/all; prefix vendor packages.

This commit is contained in:
Jeroen van Rijn
2022-09-21 16:45:01 +02:00
parent cb85d00e9e
commit 0ca8a5e186
27 changed files with 53 additions and 46 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
GL_DEBUG :: #config(GL_DEBUG, ODIN_DEBUG)
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
GL_Enum :: enum u64 {
FALSE = 0,
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
// Helper for loading shaders into a program
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
loaded_up_to: [2]int
loaded_up_to_major := 0
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
#assert(size_of(bool) == size_of(u8))
+1 -1
View File
@@ -1,4 +1,4 @@
package botan_bindings
package vendor_botan
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package botan_blake2b
package vendor_botan_blake2b
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package gost
package vendor_gost
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package keccak
package vendor_keccak
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package md4
package vendor_md4
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package md5
package vendor_md5
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package ripemd
package vendor_ripemd
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package sha1
package vendor_sha1
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package sha2
package vendor_sha2
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package sha3
package vendor_sha3
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package shake
package vendor_shake
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package siphash
package vendor_siphash
/*
Copyright 2022 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package skein512
package vendor_skein512
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package sm3
package vendor_sm3
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package streebog
package vendor_streebog
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package tiger
package vendor_tiger
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -1,4 +1,4 @@
package whirlpool
package vendor_whirlpool
/*
Copyright 2021 zhibog
+1 -1
View File
@@ -4,7 +4,7 @@
Original authors: John MacFarlane, Vicent Marti, Kārlis Gaņģis, Nick Wellnhofer.
See LICENSE for license details.
*/
package commonmark
package vendor_commonmark
import "core:c"
import "core:c/libc"
+1 -1
View File
@@ -5,7 +5,7 @@
Original authors: John MacFarlane, Vicent Marti, Kārlis Gaņģis, Nick Wellnhofer.
See LICENSE for license details.
*/
package commonmark
package vendor_commonmark
/*
Parsing - Simple interface:
+1 -1
View File
@@ -1,4 +1,4 @@
package ggpo
package vendor_ggpo
foreign import lib "GGPO.lib"
+1 -1
View File
@@ -1,4 +1,4 @@
package zlib
package vendor_zlib
import "core:c"