slimdx 2.0.10.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/docs/SlimDX.chm +0 -0
- data/lib/CodeLicense.txt +19 -0
- data/lib/MediaLicense.txt +20 -0
- data/lib/x64/SlimDX.dll +0 -0
- data/lib/x64/SlimDX.pdb +0 -0
- data/lib/x64/SlimDX.xml +56963 -0
- data/lib/x86/SlimDX.dll +0 -0
- data/lib/x86/SlimDX.pdb +0 -0
- data/lib/x86/SlimDX.xml +56963 -0
- metadata +73 -0
metadata
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: slimdx
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 2
|
|
7
|
+
- 0
|
|
8
|
+
- 10
|
|
9
|
+
- 43
|
|
10
|
+
version: 2.0.10.43
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- The SlimDX Group
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2010-09-13 00:00:00 +02:00
|
|
19
|
+
default_executable:
|
|
20
|
+
dependencies: []
|
|
21
|
+
|
|
22
|
+
description: SlimDX is a free open source framework that enables developers to easily build DirectX applications using .NET technologies such as C#, VB.NET, and IronPython.
|
|
23
|
+
email: support@slimdx.org
|
|
24
|
+
executables: []
|
|
25
|
+
|
|
26
|
+
extensions: []
|
|
27
|
+
|
|
28
|
+
extra_rdoc_files: []
|
|
29
|
+
|
|
30
|
+
files:
|
|
31
|
+
- lib/CodeLicense.txt
|
|
32
|
+
- lib/MediaLicense.txt
|
|
33
|
+
- lib/x64/SlimDX.dll
|
|
34
|
+
- lib/x64/SlimDX.pdb
|
|
35
|
+
- lib/x64/SlimDX.xml
|
|
36
|
+
- lib/x86/SlimDX.dll
|
|
37
|
+
- lib/x86/SlimDX.pdb
|
|
38
|
+
- lib/x86/SlimDX.xml
|
|
39
|
+
- docs/SlimDX.chm
|
|
40
|
+
has_rdoc: true
|
|
41
|
+
homepage: http://slimdx.org
|
|
42
|
+
licenses: []
|
|
43
|
+
|
|
44
|
+
post_install_message:
|
|
45
|
+
rdoc_options: []
|
|
46
|
+
|
|
47
|
+
require_paths:
|
|
48
|
+
- lib
|
|
49
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
|
+
none: false
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
segments:
|
|
55
|
+
- 0
|
|
56
|
+
version: "0"
|
|
57
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
|
+
none: false
|
|
59
|
+
requirements:
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
segments:
|
|
63
|
+
- 0
|
|
64
|
+
version: "0"
|
|
65
|
+
requirements: []
|
|
66
|
+
|
|
67
|
+
rubyforge_project:
|
|
68
|
+
rubygems_version: 1.3.7
|
|
69
|
+
signing_key:
|
|
70
|
+
specification_version: 3
|
|
71
|
+
summary: SlimDX - DirectX Framework for .NET
|
|
72
|
+
test_files: []
|
|
73
|
+
|